projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7ca1f
)
(toplevel): Add prototype for
author
Gerd Moellmann
<gerd@gnu.org>
Sun, 26 Sep 1999 10:53:19 +0000
(10:53 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sun, 26 Sep 1999 10:53:19 +0000
(10:53 +0000)
next_single_char_property_change.
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 9cb106d8b1717e3d384e81276657218c711cfcb7..d40a1298307468bb6ea7969e786261b274f3387b 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2594,6
+2594,10
@@
EXFUN (Fprevious_char_property_change, 2);
EXFUN (Fnext_char_property_change, 2);
extern void report_interval_modification P_ ((Lisp_Object, Lisp_Object));
extern void syms_of_textprop P_ ((void));
+extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object,
+ Lisp_Object,
+ Lisp_Object,
+ Lisp_Object));
/* defined in intervals.c */
extern Lisp_Object get_local_map P_ ((int, struct buffer *));